home *** CD-ROM | disk | FTP | other *** search
/ Game Cracker (Expanded Edition) / Game Cracker (Expanded Edition).iso / cracks / WWF_CRK.ZIP / WWF_WIN.BAT < prev   
DOS Batch File  |  1999-04-09  |  243b  |  19 lines

  1. @echo off
  2. cls
  3. if not exist wwf.bat goto error
  4. if not exist disk.id goto error2
  5. fakecd .\ /l:d >nul
  6. call wwf.bat
  7. fakecd /u >nul
  8. goto end
  9.  
  10. :error
  11. echo "WWF.BAT" is missing!
  12. echo.
  13.  
  14. :error2
  15. echo "disk.id" is missing!
  16. echo.
  17.  
  18. :end
  19.